Creates a timeline. This is equivalent to calling Get<(Of <<'(T>)>>)(String) on Default for the first time.

Namespace:  Janus
Assembly:  Janus (in Janus.dll)

Syntax

C#
public Timeline(
	string id,
	bool autoAdd
)

Parameters

id
Type: System..::..String
The unique ID of the timeline.
autoAdd
Type: System..::..Boolean
Whether or not to connect this timeline automatically.

Remarks

Use of this constructor is discouraged, as it will fail if another timeline with the same ID exists. Get<(Of <<'(T>)>>)(String) will check for an existing timeline and return it.

See Also